home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Documentation / develop / develop Issue 15 / develop 15 code / Managing Component Registration / CompileFlags.h next >
Encoding:
Text File  |  1993-06-02  |  767 b   |  35 lines  |  [TEXT/KAHL]

  1. /*
  2.     File:        CompileFlags.h
  3.  
  4.     Contains:    Compile flags.
  5.  
  6.                 Refer to develop Issue 15, "Managing Component Registration",
  7.                 for details on this code.
  8.  
  9.     Written by:    Gary Woodcock
  10.  
  11.     Copyright:    © 1993 by Apple Computer, Inc.
  12.  
  13.     Change History (most recent first):
  14.  
  15. */
  16.  
  17. //-----------------------------------------------------------------------
  18.  
  19. #ifndef _COMPILEFLAGS_
  20. #define    _COMPILEFLAGS_
  21.  
  22. //-----------------------------------------------------------------------
  23. // Flags
  24.  
  25. // Comment out these flags when building standalone
  26.  
  27. #define BUILD_LINKED    // Use this flag to build linked code resources
  28.  
  29. //-----------------------------------------------------------------------
  30.  
  31. #endif _COMPILEFLAGS_
  32.  
  33. //-----------------------------------------------------------------------
  34.  
  35.